vcCallProgramStatement
A statement for executing programs. Allow calling/starting other programs in the same manager and any other manager. If the program is already executing the statement will queue and wait for a turn to start the program.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Async | Boolean | RW | Gets or sets whether the statement is executed asynchronously (non-blocking). |
| ProgramName | vcStringExpressionProperty | R | Gets the expression for a fully qualified name of the program that is called/executed. |
| ProgramReference | vcProgram | RW | Gets or sets a reference to the program that is called/executed. |
| ValueSource | vcValueSourceType | RW | Gets or sets the value source type for program that is called/executed. |